Html Css Color HEX #AD83F2 Biloba Flower

📋 copy color: '#AD83F2'

red 173 ◦ green 131 ◦ blue 242

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

Shades of Biloba Flower #AD83F2

Tints of Biloba Flower #AD83F2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.99%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 31.68%
G = 23.99%
B = 44.32%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD83F2 (or 0xAD83F2) is known color: Biloba Flower. HEX triplet: AD, 83 and F2. RGB value is (173,131,242). Sum of RGB (Red+Green+Blue) = 173+131+242=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD83F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83F2 is #527C0D. Grayscale: #9B9B9B. Windows color (decimal): -5405710 or 15893421. OLE color: 15893421.

HSL color Cylindrical-coordinate representation of color #AD83F2: hue angle of 262.7º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD83F2 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 131 242 -
CMYK 0.29 0.46 0 0.05
HSL 262.7º 0.81% 0.73% -
HSV(B) 262.7º 0.46% 0.95% -
XYZ 41.38 31.53 87.91 -
YUV 156.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 173 131 242 0.29 0.46 0 0.05 262.7 0.81 0.73
Hex AD 83 F2 1D 2E 0 5 107 51 49
Octal 255 203 362 35 56 0 5 407 121 111
Binary 10101101 10000011 11110010 11101 101110 0 101 100000111 1010001 1001001

Color Harmonies of #AD83F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83F2

Black with #AD83F2

Text Example


Text Example

White with #AD83F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83F2; }

 p { color: rgb(173,131,242); }

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

background-color css

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

 a { background-color: rgb(173,131,242); }

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

border-color css

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

 span { border-color: rgb(173,131,242); }

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