Html Css Color HEX #AFA8F6 Perano

📋 copy color: '#AFA8F6'

red 175 ◦ green 168 ◦ blue 246

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

Shades of Perano #AFA8F6

Tints of Perano #AFA8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.52%

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 29.71%
G = 28.52%
B = 41.77%

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

#AFA8F6 (or 0xAFA8F6) is known color: Perano. HEX triplet: AF, A8 and F6. RGB value is (175,168,246). Sum of RGB (Red+Green+Blue) = 175+168+246=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFA8F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8F6 is #505709. Grayscale: #B2B2B2. Windows color (decimal): -5265162 or 16165039. OLE color: 16165039.

HSL color Cylindrical-coordinate representation of color #AFA8F6: hue angle of 245.38º degrees, saturation: 0.81, 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 #AFA8F6 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 168 246 -
CMYK 0.29 0.32 0 0.04
HSL 245.38º 0.81% 0.81% -
HSV(B) 245.38º 0.32% 0.96% -
XYZ 48.32 43.77 93.09 -
YUV 178.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 175 168 246 0.29 0.32 0 0.04 245.38 0.81 0.81
Hex AF A8 F6 1D 20 0 4 F5 51 51
Octal 257 250 366 35 40 0 4 365 121 121
Binary 10101111 10101000 11110110 11101 100000 0 100 11110101 1010001 1010001

Color Harmonies of #AFA8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8F6

Black with #AFA8F6

Text Example


Text Example

White with #AFA8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8F6; }

 p { color: rgb(175,168,246); }

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

background-color css

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

 a { background-color: rgb(175,168,246); }

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

border-color css

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

 span { border-color: rgb(175,168,246); }

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