Html Css Color HEX #ADB4FF Perano

📋 copy color: '#ADB4FF'

red 173 ◦ green 180 ◦ blue 255

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

Shades of Perano #ADB4FF

Tints of Perano #ADB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.61%

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

R = 28.45%
G = 29.61%
B = 41.94%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADB4FF (or 0xADB4FF) is known color: Perano. HEX triplet: AD, B4 and FF. RGB value is (173,180,255). Sum of RGB (Red+Green+Blue) = 173+180+255=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FF is #524B00. Grayscale: #BABABA. Windows color (decimal): -5393153 or 16757933. OLE color: 16757933.

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

Color convert

RGB 173 180 255 -
CMYK 0.32 0.29 0 0
HSL 234.88º 1% 0.84% -
HSV(B) 234.88º 0.32% 1% -
XYZ 51.6 48.75 101.3 -
YUV 186.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 173 180 255 0.32 0.29 0 0 234.88 1 0.84
Hex AD B4 FF 20 1D 0 0 EB 64 54
Octal 255 264 377 40 35 0 0 353 144 124
Binary 10101101 10110100 11111111 100000 11101 0 0 11101011 1100100 1010100

Color Harmonies of #ADB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4FF

Black with #ADB4FF

Text Example


Text Example

White with #ADB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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