#A7AFFD

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

Shades of Perano #A7AFFD

Tints of Perano #A7AFFD

Color information

#A7AFFD (or 0xA7AFFD) is unknown color: approx Perano. HEX triplet: A7, AF and FD. RGB value is (167,175,253). Sum of RGB (Red+Green+Blue) = 167+175+253=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 175 (68.75% from 255 or 29.41% 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 #A7AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AFFD is #585002. Grayscale: #B5B5B5. Windows color (decimal): -5787651 or 16625575. OLE color: 16625575.

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

Color convert

RGB167175253-
CMYK0.340.3100.01
HSL234.42º95.56%82.35%-
HSV(B)234.42º33.99%99.22%-
XYZ4945.9799.22-
YUV181.5168.35117.66-

RGB Variations

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

RGB

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

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
Decimal1671752530.340.3100.01234.4295.5682.35
HexA7AFFD221F01ea6052
Octal247257375423701352140122
Binary10100111101011111111110110001011111011110101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFFD; }

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

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

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

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

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

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

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

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