Html Css Color HEX #ADA8F6 Perano

📋 copy color: '#ADA8F6'

red 173 ◦ green 168 ◦ blue 246

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

Shades of Perano #ADA8F6

Tints of Perano #ADA8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.62%

 BLUE value IS 246 (96.48% from 255) = 41.91%

R = 29.47%
G = 28.62%
B = 41.91%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADA8F6 (or 0xADA8F6) is known color: Perano. HEX triplet: AD, A8 and F6. RGB value is (173,168,246). Sum of RGB (Red+Green+Blue) = 173+168+246=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADA8F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8F6 is #525709. Grayscale: #B2B2B2. Windows color (decimal): -5396234 or 16165037. OLE color: 16165037.

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

Color convert

RGB 173 168 246 -
CMYK 0.30 0.32 0 0.04
HSL 243.85º 0.81% 0.81% -
HSV(B) 243.85º 0.32% 0.96% -
XYZ 47.87 43.54 93.07 -
YUV 178.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 173 168 246 0.30 0.32 0 0.04 243.85 0.81 0.81
Hex AD A8 F6 1E 20 0 4 F4 51 51
Octal 255 250 366 36 40 0 4 364 121 121
Binary 10101101 10101000 11110110 11110 100000 0 100 11110100 1010001 1010001

Color Harmonies of #ADA8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8F6

Black with #ADA8F6

Text Example


Text Example

White with #ADA8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8F6; }

 p { color: rgb(173,168,246); }

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

background-color css

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

 a { background-color: rgb(173,168,246); }

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

border-color css

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

 span { border-color: rgb(173,168,246); }

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