Html Css Color HEX #A7AFDD Perano

📋 copy color: '#A7AFDD'

red 167 ◦ green 175 ◦ blue 221

#A7AFDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A7AFDD

Tints of Perano #A7AFDD

RGB

 RED value IS 167 (65.63% from 255) = 29.66%

 GREEN value IS 175 (68.75% from 255) = 31.08%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 29.66%
G = 31.08%
B = 39.25%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7AFDD (or 0xA7AFDD) is known color: Perano. HEX triplet: A7, AF and DD. RGB value is (167,175,221). Sum of RGB (Red+Green+Blue) = 167+175+221=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFDD is #585022. Grayscale: #B1B1B1. Windows color (decimal): -5787683 or 14528423. OLE color: 14528423.

HSL color Cylindrical-coordinate representation of color #A7AFDD: hue angle of 231.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7AFDD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 175 221 -
CMYK 0.24 0.21 0 0.13
HSL 231.11º 0.44% 0.76% -
HSV(B) 231.11º 0.24% 0.87% -
XYZ 44.32 44.1 74.58 -
YUV 177.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 167 175 221 0.24 0.21 0 0.13 231.11 0.44 0.76
Hex A7 AF DD 18 15 0 D E7 2C 4C
Octal 247 257 335 30 25 0 15 347 54 114
Binary 10100111 10101111 11011101 11000 10101 0 1101 11100111 101100 1001100

Color Harmonies of #A7AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AFDD

Black with #A7AFDD

Text Example


Text Example

White with #A7AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AFDD; }

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

 H1.HeaderClassName
 {
   color: #A7AFDD;
 }
 .AnyTagClassName
 {
   color: #A7AFDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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