#A8AFFD

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

Shades of Perano #A8AFFD

Tints of Perano #A8AFFD

Color information

#A8AFFD (or 0xA8AFFD) is unknown color: approx Perano. HEX triplet: A8, AF and FD. RGB value is (168,175,253). Sum of RGB (Red+Green+Blue) = 168+175+253=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 175 (68.75% from 255 or 29.36% 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 #A8AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFFD is #575002. Grayscale: #B5B5B5. Windows color (decimal): -5722115 or 16625576. OLE color: 16625576.

HSL color Cylindrical-coordinate representation of color #A8AFFD: hue angle of 235.06º 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 #A8AFFD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168175253-
CMYK0.340.3100.01
HSL235.06º95.51%82.55%-
HSV(B)235.06º33.6%99.22%-
XYZ49.2146.0899.23-
YUV181.8168.18118.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681752530.340.3100.01235.0695.5182.55
HexA8AFFD221F01eb6053
Octal250257375423701353140123
Binary10101000101011111111110110001011111011110101111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFFD; }

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

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

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

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

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

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

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

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