Html Css Color HEX #AFA7FE Perano

📋 copy color: '#AFA7FE'

red 175 ◦ green 167 ◦ blue 254

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

Shades of Perano #AFA7FE

Tints of Perano #AFA7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.02%

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 29.36%
G = 28.02%
B = 42.62%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFA7FE (or 0xAFA7FE) is known color: Perano. HEX triplet: AF, A7 and FE. RGB value is (175,167,254). Sum of RGB (Red+Green+Blue) = 175+167+254=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FE is #505801. Grayscale: #B2B2B2. Windows color (decimal): -5265410 or 16689071. OLE color: 16689071.

HSL color Cylindrical-coordinate representation of color #AFA7FE: hue angle of 245.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA7FE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 167 254 -
CMYK 0.31 0.34 0 0.00
HSL 245.52º 0.98% 0.83% -
HSV(B) 245.52º 0.34% 1% -
XYZ 49.39 43.91 99.64 -
YUV 179.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 175 167 254 0.31 0.34 0 0.00 245.52 0.98 0.83
Hex AF A7 FE 1F 22 0 0 F6 62 53
Octal 257 247 376 37 42 0 0 366 142 123
Binary 10101111 10100111 11111110 11111 100010 0 0 11110110 1100010 1010011

Color Harmonies of #AFA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7FE

Black with #AFA7FE

Text Example


Text Example

White with #AFA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7FE; }

 p { color: rgb(175,167,254); }

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

background-color css

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

 a { background-color: rgb(175,167,254); }

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

border-color css

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

 span { border-color: rgb(175,167,254); }

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