Html Css Color HEX #ACADFA Perano

📋 copy color: '#ACADFA'

red 172 ◦ green 173 ◦ blue 250

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

Shades of Perano #ACADFA

Tints of Perano #ACADFA

RGB

 RED value IS 172 (67.58% from 255) = 28.91%

 GREEN value IS 173 (67.97% from 255) = 29.08%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 28.91%
G = 29.08%
B = 42.02%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACADFA (or 0xACADFA) is known color: Perano. HEX triplet: AC, AD and FA. RGB value is (172,173,250). Sum of RGB (Red+Green+Blue) = 172+173+250=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACADFA is #535205. Grayscale: #B5B5B5. Windows color (decimal): -5460486 or 16428460. OLE color: 16428460.

HSL color Cylindrical-coordinate representation of color #ACADFA: hue angle of 239.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACADFA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 173 250 -
CMYK 0.31 0.31 0 0.02
HSL 239.23º 0.89% 0.83% -
HSV(B) 239.23º 0.31% 0.98% -
XYZ 49.21 45.56 96.64 -
YUV 181.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 172 173 250 0.31 0.31 0 0.02 239.23 0.89 0.83
Hex AC AD FA 1F 1F 0 2 EF 59 53
Octal 254 255 372 37 37 0 2 357 131 123
Binary 10101100 10101101 11111010 11111 11111 0 10 11101111 1011001 1010011

Color Harmonies of #ACADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADFA

Black with #ACADFA

Text Example


Text Example

White with #ACADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADFA; }

 p { color: rgb(172,173,250); }

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

background-color css

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

 a { background-color: rgb(172,173,250); }

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

border-color css

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

 span { border-color: rgb(172,173,250); }

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