Html Css Color HEX #AFACF5 Perano

📋 copy color: '#AFACF5'

red 175 ◦ green 172 ◦ blue 245

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

Shades of Perano #AFACF5

Tints of Perano #AFACF5

RGB

 RED value IS 175 (68.75% from 255) = 29.56%

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

 BLUE value IS 245 (96.09% from 255) = 41.39%

R = 29.56%
G = 29.05%
B = 41.39%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFACF5 (or 0xAFACF5) is known color: Perano. HEX triplet: AF, AC and F5. RGB value is (175,172,245). Sum of RGB (Red+Green+Blue) = 175+172+245=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF5 is #50530A. Grayscale: #B4B4B4. Windows color (decimal): -5264139 or 16100527. OLE color: 16100527.

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

Color convert

RGB 175 172 245 -
CMYK 0.29 0.30 0 0.04
HSL 242.47º 0.78% 0.82% -
HSV(B) 242.47º 0.3% 0.96% -
XYZ 48.91 45.21 92.53 -
YUV 181.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 175 172 245 0.29 0.30 0 0.04 242.47 0.78 0.82
Hex AF AC F5 1D 1E 0 4 F2 4E 52
Octal 257 254 365 35 36 0 4 362 116 122
Binary 10101111 10101100 11110101 11101 11110 0 100 11110010 1001110 1010010

Color Harmonies of #AFACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACF5

Black with #AFACF5

Text Example


Text Example

White with #AFACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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