Html Css Color HEX #ADA5F5 Perano

📋 copy color: '#ADA5F5'

red 173 ◦ green 165 ◦ blue 245

#ADA5F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADA5F5

Tints of Perano #ADA5F5

RGB

 RED value IS 173 (67.97% from 255) = 29.67%

 GREEN value IS 165 (64.84% from 255) = 28.3%

 BLUE value IS 245 (96.09% from 255) = 42.02%

R = 29.67%
G = 28.3%
B = 42.02%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADA5F5 (or 0xADA5F5) is known color: Perano. HEX triplet: AD, A5 and F5. RGB value is (173,165,245). Sum of RGB (Red+Green+Blue) = 173+165+245=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADA5F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5F5 is #525A0A. Grayscale: #B0B0B0. Windows color (decimal): -5397003 or 16098733. OLE color: 16098733.

HSL color Cylindrical-coordinate representation of color #ADA5F5: hue angle of 246º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA5F5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 165 245 -
CMYK 0.29 0.33 0 0.04
HSL 246º 0.8% 0.8% -
HSV(B) 246º 0.33% 0.96% -
XYZ 47.17 42.39 92.08 -
YUV 176.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 173 165 245 0.29 0.33 0 0.04 246 0.8 0.8
Hex AD A5 F5 1D 21 0 4 F6 50 50
Octal 255 245 365 35 41 0 4 366 120 120
Binary 10101101 10100101 11110101 11101 100001 0 100 11110110 1010000 1010000

Color Harmonies of #ADA5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5F5

Black with #ADA5F5

Text Example


Text Example

White with #ADA5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5F5; }

 p { color: rgb(173,165,245); }

 H1.HeaderClassName
 {
   color: #ADA5F5;
 }
 .AnyTagClassName
 {
   color: #ADA5F5;
 }
</style>

background-color css

<style>
 a { background-color: #ADA5F5; }

 a { background-color: rgb(173,165,245); }

 div.DivClassName
 {
   background-color: #ADA5F5;
 }
 .BgClassName
 {
   background-color: #ADA5F5;
 }
</style>

border-color css

<style>
 span { border-color: #ADA5F5; }

 span { border-color: rgb(173,165,245); }

 td.TdClassName
 {
   border-color: #ADA5F5;
 }
 .TagClassName
 {
   border-color: #ADA5F5;
 }
</style>