Html Css Color HEX #AFA6F5 Perano

📋 copy color: '#AFA6F5'

red 175 ◦ green 166 ◦ blue 245

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

Shades of Perano #AFA6F5

Tints of Perano #AFA6F5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.33%

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

R = 29.86%
G = 28.33%
B = 41.81%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFA6F5 (or 0xAFA6F5) is known color: Perano. HEX triplet: AF, A6 and F5. RGB value is (175,166,245). Sum of RGB (Red+Green+Blue) = 175+166+245=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFA6F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6F5 is #50590A. Grayscale: #B1B1B1. Windows color (decimal): -5265675 or 16098991. OLE color: 16098991.

HSL color Cylindrical-coordinate representation of color #AFA6F5: hue angle of 246.84º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA6F5 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 166 245 -
CMYK 0.29 0.32 0 0.04
HSL 246.84º 0.8% 0.81% -
HSV(B) 246.84º 0.32% 0.96% -
XYZ 47.8 42.98 92.16 -
YUV 177.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 175 166 245 0.29 0.32 0 0.04 246.84 0.8 0.81
Hex AF A6 F5 1D 20 0 4 F7 50 51
Octal 257 246 365 35 40 0 4 367 120 121
Binary 10101111 10100110 11110101 11101 100000 0 100 11110111 1010000 1010001

Color Harmonies of #AFA6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6F5

Black with #AFA6F5

Text Example


Text Example

White with #AFA6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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