Html Css Color HEX #A5ADFA Perano

📋 copy color: '#A5ADFA'

red 165 ◦ green 173 ◦ blue 250

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

Shades of Perano #A5ADFA

Tints of Perano #A5ADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.52%

R = 28.06%
G = 29.42%
B = 42.52%

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

#A5ADFA (or 0xA5ADFA) is known color: Perano. HEX triplet: A5, AD and FA. RGB value is (165,173,250). Sum of RGB (Red+Green+Blue) = 165+173+250=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADFA is #5A5205. Grayscale: #B3B3B3. Windows color (decimal): -5919238 or 16428453. OLE color: 16428453.

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

Color convert

RGB 165 173 250 -
CMYK 0.34 0.31 0 0.02
HSL 234.35º 0.89% 0.81% -
HSV(B) 234.35º 0.34% 0.98% -
XYZ 47.72 44.79 96.57 -
YUV 179.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 165 173 250 0.34 0.31 0 0.02 234.35 0.89 0.81
Hex A5 AD FA 22 1F 0 2 EA 59 51
Octal 245 255 372 42 37 0 2 352 131 121
Binary 10100101 10101101 11111010 100010 11111 0 10 11101010 1011001 1010001

Color Harmonies of #A5ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADFA

Black with #A5ADFA

Text Example


Text Example

White with #A5ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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