Html Css Color HEX #AFACEB Perano

📋 copy color: '#AFACEB'

red 175 ◦ green 172 ◦ blue 235

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

Shades of Perano #AFACEB

Tints of Perano #AFACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 30.07%
G = 29.55%
B = 40.38%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFACEB (or 0xAFACEB) is known color: Perano. HEX triplet: AF, AC and EB. RGB value is (175,172,235). Sum of RGB (Red+Green+Blue) = 175+172+235=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACEB is #505314. Grayscale: #B3B3B3. Windows color (decimal): -5264149 or 15445167. OLE color: 15445167.

HSL color Cylindrical-coordinate representation of color #AFACEB: hue angle of 242.86º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFACEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 172 235 -
CMYK 0.26 0.27 0 0.08
HSL 242.86º 0.61% 0.8% -
HSV(B) 242.86º 0.27% 0.92% -
XYZ 47.43 44.62 84.71 -
YUV 180.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 175 172 235 0.26 0.27 0 0.08 242.86 0.61 0.8
Hex AF AC EB 1A 1B 0 8 F3 3D 50
Octal 257 254 353 32 33 0 10 363 75 120
Binary 10101111 10101100 11101011 11010 11011 0 1000 11110011 111101 1010000

Color Harmonies of #AFACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACEB

Black with #AFACEB

Text Example


Text Example

White with #AFACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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