Html Css Color HEX #AD9FFD Perano

📋 copy color: '#AD9FFD'

red 173 ◦ green 159 ◦ blue 253

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

Shades of Perano #AD9FFD

Tints of Perano #AD9FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 29.57%
G = 27.18%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD9FFD (or 0xAD9FFD) is known color: Perano. HEX triplet: AD, 9F and FD. RGB value is (173,159,253). Sum of RGB (Red+Green+Blue) = 173+159+253=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FFD is #526002. Grayscale: #ADADAD. Windows color (decimal): -5398531 or 16621485. OLE color: 16621485.

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

Color convert

RGB 173 159 253 -
CMYK 0.32 0.37 0 0.01
HSL 248.94º 0.96% 0.81% -
HSV(B) 248.94º 0.37% 0.99% -
XYZ 47.36 40.77 98.3 -
YUV 173.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 173 159 253 0.32 0.37 0 0.01 248.94 0.96 0.81
Hex AD 9F FD 20 25 0 1 F9 60 51
Octal 255 237 375 40 45 0 1 371 140 121
Binary 10101101 10011111 11111101 100000 100101 0 1 11111001 1100000 1010001

Color Harmonies of #AD9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FFD

Black with #AD9FFD

Text Example


Text Example

White with #AD9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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