Html Css Color HEX #ACAFDD Perano

📋 copy color: '#ACAFDD'

red 172 ◦ green 175 ◦ blue 221

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

Shades of Perano #ACAFDD

Tints of Perano #ACAFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 30.28%
G = 30.81%
B = 38.91%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACAFDD (or 0xACAFDD) is known color: Perano. HEX triplet: AC, AF and DD. RGB value is (172,175,221). Sum of RGB (Red+Green+Blue) = 172+175+221=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFDD is #535022. Grayscale: #B3B3B3. Windows color (decimal): -5460003 or 14528428. OLE color: 14528428.

HSL color Cylindrical-coordinate representation of color #ACAFDD: hue angle of 236.33º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAFDD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 175 221 -
CMYK 0.22 0.21 0 0.13
HSL 236.33º 0.42% 0.77% -
HSV(B) 236.33º 0.22% 0.87% -
XYZ 45.39 44.65 74.63 -
YUV 179.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 172 175 221 0.22 0.21 0 0.13 236.33 0.42 0.77
Hex AC AF DD 16 15 0 D EC 2A 4D
Octal 254 257 335 26 25 0 15 354 52 115
Binary 10101100 10101111 11011101 10110 10101 0 1101 11101100 101010 1001101

Color Harmonies of #ACAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFDD

Black with #ACAFDD

Text Example


Text Example

White with #ACAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFDD; }

 p { color: rgb(172,175,221); }

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

background-color css

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

 a { background-color: rgb(172,175,221); }

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

border-color css

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

 span { border-color: rgb(172,175,221); }

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