Html Css Color HEX #AF9FFE Perano

📋 copy color: '#AF9FFE'

red 175 ◦ green 159 ◦ blue 254

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

Shades of Perano #AF9FFE

Tints of Perano #AF9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.04%

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

R = 29.76%
G = 27.04%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF9FFE (or 0xAF9FFE) is known color: Perano. HEX triplet: AF, 9F and FE. RGB value is (175,159,254). Sum of RGB (Red+Green+Blue) = 175+159+254=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFE is #506001. Grayscale: #AEAEAE. Windows color (decimal): -5267458 or 16687023. OLE color: 16687023.

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

Color convert

RGB 175 159 254 -
CMYK 0.31 0.37 0 0.00
HSL 250.11º 0.98% 0.81% -
HSV(B) 250.11º 0.37% 1% -
XYZ 47.97 41.07 99.16 -
YUV 174.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 175 159 254 0.31 0.37 0 0.00 250.11 0.98 0.81
Hex AF 9F FE 1F 25 0 0 FA 62 51
Octal 257 237 376 37 45 0 0 372 142 121
Binary 10101111 10011111 11111110 11111 100101 0 0 11111010 1100010 1010001

Color Harmonies of #AF9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FFE

Black with #AF9FFE

Text Example


Text Example

White with #AF9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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