Html Css Color HEX #ADA0FB Perano

📋 copy color: '#ADA0FB'

red 173 ◦ green 160 ◦ blue 251

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

Shades of Perano #ADA0FB

Tints of Perano #ADA0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.4%

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

R = 29.62%
G = 27.4%
B = 42.98%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADA0FB (or 0xADA0FB) is known color: Perano. HEX triplet: AD, A0 and FB. RGB value is (173,160,251). Sum of RGB (Red+Green+Blue) = 173+160+251=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADA0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA0FB is #525F04. Grayscale: #ADADAD. Windows color (decimal): -5398277 or 16490669. OLE color: 16490669.

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

Color convert

RGB 173 160 251 -
CMYK 0.31 0.36 0 0.02
HSL 248.57º 0.92% 0.81% -
HSV(B) 248.57º 0.36% 0.98% -
XYZ 47.22 40.99 96.69 -
YUV 174.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 173 160 251 0.31 0.36 0 0.02 248.57 0.92 0.81
Hex AD A0 FB 1F 24 0 2 F9 5C 51
Octal 255 240 373 37 44 0 2 371 134 121
Binary 10101101 10100000 11111011 11111 100100 0 10 11111001 1011100 1010001

Color Harmonies of #ADA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0FB

Black with #ADA0FB

Text Example


Text Example

White with #ADA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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