Html Css Color HEX #ADA8FC Perano

📋 copy color: '#ADA8FC'

red 173 ◦ green 168 ◦ blue 252

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

Shades of Perano #ADA8FC

Tints of Perano #ADA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 29.17%
G = 28.33%
B = 42.5%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADA8FC (or 0xADA8FC) is known color: Perano. HEX triplet: AD, A8 and FC. RGB value is (173,168,252). Sum of RGB (Red+Green+Blue) = 173+168+252=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8FC is #525703. Grayscale: #B2B2B2. Windows color (decimal): -5396228 or 16558253. OLE color: 16558253.

HSL color Cylindrical-coordinate representation of color #ADA8FC: hue angle of 243.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADA8FC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 168 252 -
CMYK 0.31 0.33 0 0.01
HSL 243.57º 0.93% 0.82% -
HSV(B) 243.57º 0.33% 0.99% -
XYZ 48.81 43.92 98 -
YUV 179.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 173 168 252 0.31 0.33 0 0.01 243.57 0.93 0.82
Hex AD A8 FC 1F 21 0 1 F4 5D 52
Octal 255 250 374 37 41 0 1 364 135 122
Binary 10101101 10101000 11111100 11111 100001 0 1 11110100 1011101 1010010

Color Harmonies of #ADA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8FC

Black with #ADA8FC

Text Example


Text Example

White with #ADA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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