Html Css Color HEX #AFAEFC Perano

📋 copy color: '#AFAEFC'

red 175 ◦ green 174 ◦ blue 252

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

Shades of Perano #AFAEFC

Tints of Perano #AFAEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.95%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 29.12%
G = 28.95%
B = 41.93%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFAEFC (or 0xAFAEFC) is known color: Perano. HEX triplet: AF, AE and FC. RGB value is (175,174,252). Sum of RGB (Red+Green+Blue) = 175+174+252=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEFC is #505103. Grayscale: #B6B6B6. Windows color (decimal): -5263620 or 16559791. OLE color: 16559791.

HSL color Cylindrical-coordinate representation of color #AFAEFC: hue angle of 240.77º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFAEFC is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 174 252 -
CMYK 0.31 0.31 0 0.01
HSL 240.77º 0.93% 0.84% -
HSV(B) 240.77º 0.31% 0.99% -
XYZ 50.39 46.41 98.4 -
YUV 183.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 175 174 252 0.31 0.31 0 0.01 240.77 0.93 0.84
Hex AF AE FC 1F 1F 0 1 F1 5D 54
Octal 257 256 374 37 37 0 1 361 135 124
Binary 10101111 10101110 11111100 11111 11111 0 1 11110001 1011101 1010100

Color Harmonies of #AFAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEFC

Black with #AFAEFC

Text Example


Text Example

White with #AFAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEFC; }

 p { color: rgb(175,174,252); }

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

background-color css

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

 a { background-color: rgb(175,174,252); }

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

border-color css

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

 span { border-color: rgb(175,174,252); }

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