Html Css Color HEX #A9ACFA Perano

📋 copy color: '#A9ACFA'

red 169 ◦ green 172 ◦ blue 250

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

Shades of Perano #A9ACFA

Tints of Perano #A9ACFA

RGB

 RED value IS 169 (66.41% from 255) = 28.6%

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 28.6%
G = 29.1%
B = 42.3%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9ACFA (or 0xA9ACFA) is known color: Perano. HEX triplet: A9, AC and FA. RGB value is (169,172,250). Sum of RGB (Red+Green+Blue) = 169+172+250=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ACFA is #565305. Grayscale: #B3B3B3. Windows color (decimal): -5657350 or 16428201. OLE color: 16428201.

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

Color convert

RGB 169 172 250 -
CMYK 0.32 0.31 0 0.02
HSL 237.78º 0.89% 0.82% -
HSV(B) 237.78º 0.32% 0.98% -
XYZ 48.37 44.84 96.55 -
YUV 180 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 169 172 250 0.32 0.31 0 0.02 237.78 0.89 0.82
Hex A9 AC FA 20 1F 0 2 EE 59 52
Octal 251 254 372 40 37 0 2 356 131 122
Binary 10101001 10101100 11111010 100000 11111 0 10 11101110 1011001 1010010

Color Harmonies of #A9ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ACFA

Black with #A9ACFA

Text Example


Text Example

White with #A9ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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