Html Css Color HEX #A5AFDF Perano

📋 copy color: '#A5AFDF'

red 165 ◦ green 175 ◦ blue 223

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

Shades of Perano #A5AFDF

Tints of Perano #A5AFDF

RGB

 RED value IS 165 (64.84% from 255) = 29.31%

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 29.31%
G = 31.08%
B = 39.61%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5AFDF (or 0xA5AFDF) is known color: Perano. HEX triplet: A5, AF and DF. RGB value is (165,175,223). Sum of RGB (Red+Green+Blue) = 165+175+223=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFDF is #5A5020. Grayscale: #B1B1B1. Windows color (decimal): -5918753 or 14659493. OLE color: 14659493.

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

Color convert

RGB 165 175 223 -
CMYK 0.26 0.22 0 0.13
HSL 229.66º 0.48% 0.76% -
HSV(B) 229.66º 0.26% 0.87% -
XYZ 44.17 43.99 75.97 -
YUV 177.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 165 175 223 0.26 0.22 0 0.13 229.66 0.48 0.76
Hex A5 AF DF 1A 16 0 D E6 30 4C
Octal 245 257 337 32 26 0 15 346 60 114
Binary 10100101 10101111 11011111 11010 10110 0 1101 11100110 110000 1001100

Color Harmonies of #A5AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFDF

Black with #A5AFDF

Text Example


Text Example

White with #A5AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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