#AFA8FD

Color #AFA8FD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AFA8FD

Tints of Perano #AFA8FD

Color information

#AFA8FD (or 0xAFA8FD) is unknown color: approx Perano. HEX triplet: AF, A8 and FD. RGB value is (175,168,253). Sum of RGB (Red+Green+Blue) = 175+168+253=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8FD is #505702. Grayscale: #B3B3B3. Windows color (decimal): -5265155 or 16623791. OLE color: 16623791.

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

Color convert

RGB175168253-
CMYK0.310.3400.01
HSL244.94º95.51%82.55%-
HSV(B)244.94º33.6%99.22%-
XYZ49.4144.2198.86-
YUV179.78169.32124.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=29.36%
G=28.19%
B=42.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751682530.310.3400.01244.9495.5182.55
HexAFA8FD1F2201f56053
Octal257250375374201365140123
Binary10101111101010001111110111111100010011111010111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8FD; }

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

 H1.HeaderClassName
 {
   color: #AFA8FD;
 }
 .AnyTagClassName
 {
   color: #AFA8FD;
 }
</style>
background-color css

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

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

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

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

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

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