#AFA7FD

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

Shades of Perano #AFA7FD

Tints of Perano #AFA7FD

Color information

#AFA7FD (or 0xAFA7FD) is unknown color: approx Perano. HEX triplet: AF, A7 and FD. RGB value is (175,167,253). Sum of RGB (Red+Green+Blue) = 175+167+253=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FD is #505802. Grayscale: #B2B2B2. Windows color (decimal): -5265411 or 16623535. OLE color: 16623535.

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

Color convert

RGB175167253-
CMYK0.310.3400.01
HSL245.58º95.56%82.35%-
HSV(B)245.58º33.99%99.22%-
XYZ49.2343.8498.8-
YUV179.2169.65125.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=29.41%
G=28.07%
B=42.52%

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
Decimal1751672530.310.3400.01245.5895.5682.35
HexAFA7FD1F2201f66052
Octal257247375374201366140122
Binary10101111101001111111110111111100010011111011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7FD; }

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

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

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

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

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

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

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

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