Html Css Color HEX #ADA5FE Perano

📋 copy color: '#ADA5FE'

red 173 ◦ green 165 ◦ blue 254

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

Shades of Perano #ADA5FE

Tints of Perano #ADA5FE

RGB

 RED value IS 173 (67.97% from 255) = 29.22%

 GREEN value IS 165 (64.84% from 255) = 27.87%

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 29.22%
G = 27.87%
B = 42.91%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADA5FE (or 0xADA5FE) is known color: Perano. HEX triplet: AD, A5 and FE. RGB value is (173,165,254). Sum of RGB (Red+Green+Blue) = 173+165+254=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADA5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5FE is #525A01. Grayscale: #B1B1B1. Windows color (decimal): -5396994 or 16688557. OLE color: 16688557.

HSL color Cylindrical-coordinate representation of color #ADA5FE: hue angle of 245.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA5FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 165 254 -
CMYK 0.32 0.35 0 0.00
HSL 245.39º 0.98% 0.82% -
HSV(B) 245.39º 0.35% 1% -
XYZ 48.58 42.95 99.5 -
YUV 177.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 173 165 254 0.32 0.35 0 0.00 245.39 0.98 0.82
Hex AD A5 FE 20 23 0 0 F5 62 52
Octal 255 245 376 40 43 0 0 365 142 122
Binary 10101101 10100101 11111110 100000 100011 0 0 11110101 1100010 1010010

Color Harmonies of #ADA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5FE

Black with #ADA5FE

Text Example


Text Example

White with #ADA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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