Html Css Color HEX #A5AFED Perano

📋 copy color: '#A5AFED'

red 165 ◦ green 175 ◦ blue 237

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

Shades of Perano #A5AFED

Tints of Perano #A5AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 28.6%
G = 30.33%
B = 41.07%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5AFED (or 0xA5AFED) is known color: Perano. HEX triplet: A5, AF and ED. RGB value is (165,175,237). Sum of RGB (Red+Green+Blue) = 165+175+237=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFED is #5A5012. Grayscale: #B2B2B2. Windows color (decimal): -5918739 or 15576997. OLE color: 15576997.

HSL color Cylindrical-coordinate representation of color #A5AFED: hue angle of 231.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AFED is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 175 237 -
CMYK 0.30 0.26 0 0.07
HSL 231.67º 0.67% 0.79% -
HSV(B) 231.67º 0.3% 0.93% -
XYZ 46.13 44.77 86.33 -
YUV 179.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 165 175 237 0.30 0.26 0 0.07 231.67 0.67 0.79
Hex A5 AF ED 1E 1A 0 7 E8 43 4F
Octal 245 257 355 36 32 0 7 350 103 117
Binary 10100101 10101111 11101101 11110 11010 0 111 11101000 1000011 1001111

Color Harmonies of #A5AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFED

Black with #A5AFED

Text Example


Text Example

White with #A5AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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