Html Css Color HEX #ADB7FF Perano

📋 copy color: '#ADB7FF'

red 173 ◦ green 183 ◦ blue 255

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

Shades of Perano #ADB7FF

Tints of Perano #ADB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.95%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 28.31%
G = 29.95%
B = 41.73%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADB7FF (or 0xADB7FF) is known color: Perano. HEX triplet: AD, B7 and FF. RGB value is (173,183,255). Sum of RGB (Red+Green+Blue) = 173+183+255=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FF is #524800. Grayscale: #BBBBBB. Windows color (decimal): -5392385 or 16758701. OLE color: 16758701.

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

Color convert

RGB 173 183 255 -
CMYK 0.32 0.28 0 0
HSL 232.68º 1% 0.84% -
HSV(B) 232.68º 0.32% 1% -
XYZ 52.22 49.97 101.5 -
YUV 188.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 173 183 255 0.32 0.28 0 0 232.68 1 0.84
Hex AD B7 FF 20 1C 0 0 E9 64 54
Octal 255 267 377 40 34 0 0 351 144 124
Binary 10101101 10110111 11111111 100000 11100 0 0 11101001 1100100 1010100

Color Harmonies of #ADB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7FF

Black with #ADB7FF

Text Example


Text Example

White with #ADB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7FF; }

 p { color: rgb(173,183,255); }

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

background-color css

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

 a { background-color: rgb(173,183,255); }

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

border-color css

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

 span { border-color: rgb(173,183,255); }

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