Html Css Color HEX #AD9FFB Perano

📋 copy color: '#AD9FFB'

red 173 ◦ green 159 ◦ blue 251

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

Shades of Perano #AD9FFB

Tints of Perano #AD9FFB

RGB

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

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

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

R = 29.67%
G = 27.27%
B = 43.05%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD9FFB (or 0xAD9FFB) is known color: Perano. HEX triplet: AD, 9F and FB. RGB value is (173,159,251). Sum of RGB (Red+Green+Blue) = 173+159+251=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FFB is #526004. Grayscale: #ADADAD. Windows color (decimal): -5398533 or 16490413. OLE color: 16490413.

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

Color convert

RGB 173 159 251 -
CMYK 0.31 0.37 0 0.02
HSL 249.13º 0.92% 0.8% -
HSV(B) 249.13º 0.37% 0.98% -
XYZ 47.04 40.65 96.63 -
YUV 173.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 173 159 251 0.31 0.37 0 0.02 249.13 0.92 0.8
Hex AD 9F FB 1F 25 0 2 F9 5C 50
Octal 255 237 373 37 45 0 2 371 134 120
Binary 10101101 10011111 11111011 11111 100101 0 10 11111001 1011100 1010000

Color Harmonies of #AD9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FFB

Black with #AD9FFB

Text Example


Text Example

White with #AD9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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