Html Css Color HEX #ADB3FF Perano

📋 copy color: '#ADB3FF'

red 173 ◦ green 179 ◦ blue 255

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

Shades of Perano #ADB3FF

Tints of Perano #ADB3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.49%

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

R = 28.5%
G = 29.49%
B = 42.01%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADB3FF (or 0xADB3FF) is known color: Perano. HEX triplet: AD, B3 and FF. RGB value is (173,179,255). Sum of RGB (Red+Green+Blue) = 173+179+255=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3FF is #524C00. Grayscale: #B9B9B9. Windows color (decimal): -5393409 or 16757677. OLE color: 16757677.

HSL color Cylindrical-coordinate representation of color #ADB3FF: hue angle of 235.61º 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 #ADB3FF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 179 255 -
CMYK 0.32 0.30 0 0
HSL 235.61º 1% 0.84% -
HSV(B) 235.61º 0.32% 1% -
XYZ 51.4 48.34 101.23 -
YUV 185.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 173 179 255 0.32 0.30 0 0 235.61 1 0.84
Hex AD B3 FF 20 1E 0 0 EC 64 54
Octal 255 263 377 40 36 0 0 354 144 124
Binary 10101101 10110011 11111111 100000 11110 0 0 11101100 1100100 1010100

Color Harmonies of #ADB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3FF

Black with #ADB3FF

Text Example


Text Example

White with #ADB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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