Html Css Color HEX #ADA5FD Perano

📋 copy color: '#ADA5FD'

red 173 ◦ green 165 ◦ blue 253

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

Shades of Perano #ADA5FD

Tints of Perano #ADA5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 29.27%
G = 27.92%
B = 42.81%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADA5FD (or 0xADA5FD) is known color: Perano. HEX triplet: AD, A5 and FD. RGB value is (173,165,253). Sum of RGB (Red+Green+Blue) = 173+165+253=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5FD is #525A02. Grayscale: #B1B1B1. Windows color (decimal): -5396995 or 16623021. OLE color: 16623021.

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

Color convert

RGB 173 165 253 -
CMYK 0.32 0.35 0 0.01
HSL 245.45º 0.96% 0.82% -
HSV(B) 245.45º 0.35% 0.99% -
XYZ 48.42 42.89 98.65 -
YUV 177.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 173 165 253 0.32 0.35 0 0.01 245.45 0.96 0.82
Hex AD A5 FD 20 23 0 1 F5 60 52
Octal 255 245 375 40 43 0 1 365 140 122
Binary 10101101 10100101 11111101 100000 100011 0 1 11110101 1100000 1010010

Color Harmonies of #ADA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5FD

Black with #ADA5FD

Text Example


Text Example

White with #ADA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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