#AFA5FD

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

Shades of Perano #AFA5FD

Tints of Perano #AFA5FD

Color information

#AFA5FD (or 0xAFA5FD) is unknown color: approx Perano. HEX triplet: AF, A5 and FD. RGB value is (175,165,253). Sum of RGB (Red+Green+Blue) = 175+165+253=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5FD is #505A02. Grayscale: #B1B1B1. Windows color (decimal): -5265923 or 16623023. OLE color: 16623023.

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

Color convert

RGB175165253-
CMYK0.310.3500.01
HSL246.82º95.65%81.96%-
HSV(B)246.82º34.78%99.22%-
XYZ48.8643.1298.68-
YUV178.02170.31125.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=29.51%
G=27.82%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751652530.310.3500.01246.8295.6581.96
HexAFA5FD1F2301f76052
Octal257245375374301367140122
Binary10101111101001011111110111111100011011111011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5FD; }

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

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

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

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

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

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

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

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