Html Css Color HEX #AD82F0 Biloba Flower

📋 copy color: '#AD82F0'

red 173 ◦ green 130 ◦ blue 240

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

Shades of Biloba Flower #AD82F0

Tints of Biloba Flower #AD82F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.94%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 31.86%
G = 23.94%
B = 44.2%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD82F0 (or 0xAD82F0) is known color: Biloba Flower. HEX triplet: AD, 82 and F0. RGB value is (173,130,240). Sum of RGB (Red+Green+Blue) = 173+130+240=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD82F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82F0 is #527D0F. Grayscale: #9B9B9B. Windows color (decimal): -5405968 or 15762093. OLE color: 15762093.

HSL color Cylindrical-coordinate representation of color #AD82F0: hue angle of 263.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD82F0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 130 240 -
CMYK 0.28 0.46 0 0.06
HSL 263.45º 0.79% 0.73% -
HSV(B) 263.45º 0.46% 0.94% -
XYZ 40.94 31.14 86.29 -
YUV 155.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 173 130 240 0.28 0.46 0 0.06 263.45 0.79 0.73
Hex AD 82 F0 1C 2E 0 6 107 4F 49
Octal 255 202 360 34 56 0 6 407 117 111
Binary 10101101 10000010 11110000 11100 101110 0 110 100000111 1001111 1001001

Color Harmonies of #AD82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82F0

Black with #AD82F0

Text Example


Text Example

White with #AD82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82F0; }

 p { color: rgb(173,130,240); }

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

background-color css

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

 a { background-color: rgb(173,130,240); }

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

border-color css

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

 span { border-color: rgb(173,130,240); }

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