Html Css Color HEX #AD83EA Biloba Flower

📋 copy color: '#AD83EA'

red 173 ◦ green 131 ◦ blue 234

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

Shades of Biloba Flower #AD83EA

Tints of Biloba Flower #AD83EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 32.16%
G = 24.35%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD83EA (or 0xAD83EA) is known color: Biloba Flower. HEX triplet: AD, 83 and EA. RGB value is (173,131,234). Sum of RGB (Red+Green+Blue) = 173+131+234=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD83EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83EA is #527C15. Grayscale: #9A9A9A. Windows color (decimal): -5405718 or 15369133. OLE color: 15369133.

HSL color Cylindrical-coordinate representation of color #AD83EA: hue angle of 264.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD83EA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 131 234 -
CMYK 0.26 0.44 0 0.08
HSL 264.47º 0.71% 0.72% -
HSV(B) 264.47º 0.44% 0.92% -
XYZ 40.2 31.06 81.72 -
YUV 155.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 173 131 234 0.26 0.44 0 0.08 264.47 0.71 0.72
Hex AD 83 EA 1A 2C 0 8 108 47 48
Octal 255 203 352 32 54 0 10 410 107 110
Binary 10101101 10000011 11101010 11010 101100 0 1000 100001000 1000111 1001000

Color Harmonies of #AD83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83EA

Black with #AD83EA

Text Example


Text Example

White with #AD83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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