Html Css Color HEX #ADABF3 Perano

📋 copy color: '#ADABF3'

red 173 ◦ green 171 ◦ blue 243

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

Shades of Perano #ADABF3

Tints of Perano #ADABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

 BLUE value IS 243 (95.31% from 255) = 41.4%

R = 29.47%
G = 29.13%
B = 41.4%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADABF3 (or 0xADABF3) is known color: Perano. HEX triplet: AD, AB and F3. RGB value is (173,171,243). Sum of RGB (Red+Green+Blue) = 173+171+243=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABF3 is #52540C. Grayscale: #B3B3B3. Windows color (decimal): -5395469 or 15969197. OLE color: 15969197.

HSL color Cylindrical-coordinate representation of color #ADABF3: hue angle of 241.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADABF3 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 171 243 -
CMYK 0.29 0.30 0 0.05
HSL 241.67º 0.75% 0.81% -
HSV(B) 241.67º 0.3% 0.95% -
XYZ 47.97 44.48 90.85 -
YUV 179.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 173 171 243 0.29 0.30 0 0.05 241.67 0.75 0.81
Hex AD AB F3 1D 1E 0 5 F2 4B 51
Octal 255 253 363 35 36 0 5 362 113 121
Binary 10101101 10101011 11110011 11101 11110 0 101 11110010 1001011 1010001

Color Harmonies of #ADABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABF3

Black with #ADABF3

Text Example


Text Example

White with #ADABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABF3; }

 p { color: rgb(173,171,243); }

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

background-color css

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

 a { background-color: rgb(173,171,243); }

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

border-color css

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

 span { border-color: rgb(173,171,243); }

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