Html Css Color HEX #AD83D4 Biloba Flower

📋 copy color: '#AD83D4'

red 173 ◦ green 131 ◦ blue 212

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

Shades of Biloba Flower #AD83D4

Tints of Biloba Flower #AD83D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 33.53%
G = 25.39%
B = 41.09%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD83D4 (or 0xAD83D4) is known color: Biloba Flower. HEX triplet: AD, 83 and D4. RGB value is (173,131,212). Sum of RGB (Red+Green+Blue) = 173+131+212=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD83D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83D4 is #527C2B. Grayscale: #989898. Windows color (decimal): -5405740 or 13927341. OLE color: 13927341.

HSL color Cylindrical-coordinate representation of color #AD83D4: hue angle of 271.11º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD83D4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 131 212 -
CMYK 0.18 0.38 0 0.17
HSL 271.11º 0.49% 0.67% -
HSV(B) 271.11º 0.38% 0.83% -
XYZ 37.23 29.87 66.09 -
YUV 152.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 173 131 212 0.18 0.38 0 0.17 271.11 0.49 0.67
Hex AD 83 D4 12 26 0 11 10F 31 43
Octal 255 203 324 22 46 0 21 417 61 103
Binary 10101101 10000011 11010100 10010 100110 0 10001 100001111 110001 1000011

Color Harmonies of #AD83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83D4

Black with #AD83D4

Text Example


Text Example

White with #AD83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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