Html Css Color HEX #A5ADFB Perano

📋 copy color: '#A5ADFB'

red 165 ◦ green 173 ◦ blue 251

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

Shades of Perano #A5ADFB

Tints of Perano #A5ADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.37%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 28.01%
G = 29.37%
B = 42.61%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5ADFB (or 0xA5ADFB) is known color: Perano. HEX triplet: A5, AD and FB. RGB value is (165,173,251). Sum of RGB (Red+Green+Blue) = 165+173+251=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFB is #5A5204. Grayscale: #B3B3B3. Windows color (decimal): -5919237 or 16493989. OLE color: 16493989.

HSL color Cylindrical-coordinate representation of color #A5ADFB: hue angle of 234.42º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5ADFB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 173 251 -
CMYK 0.34 0.31 0 0.02
HSL 234.42º 0.91% 0.82% -
HSV(B) 234.42º 0.34% 0.98% -
XYZ 47.87 44.85 97.4 -
YUV 179.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 165 173 251 0.34 0.31 0 0.02 234.42 0.91 0.82
Hex A5 AD FB 22 1F 0 2 EA 5B 52
Octal 245 255 373 42 37 0 2 352 133 122
Binary 10100101 10101101 11111011 100010 11111 0 10 11101010 1011011 1010010

Color Harmonies of #A5ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADFB

Black with #A5ADFB

Text Example


Text Example

White with #A5ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADFB; }

 p { color: rgb(165,173,251); }

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

background-color css

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

 a { background-color: rgb(165,173,251); }

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

border-color css

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

 span { border-color: rgb(165,173,251); }

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