Html Css Color HEX #AD83F4 Biloba Flower

📋 copy color: '#AD83F4'

red 173 ◦ green 131 ◦ blue 244

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

Shades of Biloba Flower #AD83F4

Tints of Biloba Flower #AD83F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.53%

R = 31.57%
G = 23.91%
B = 44.53%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD83F4 (or 0xAD83F4) is known color: Biloba Flower. HEX triplet: AD, 83 and F4. RGB value is (173,131,244). Sum of RGB (Red+Green+Blue) = 173+131+244=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD83F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD83F4 is #527C0B. Grayscale: #9C9C9C. Windows color (decimal): -5405708 or 16024493. OLE color: 16024493.

HSL color Cylindrical-coordinate representation of color #AD83F4: hue angle of 262.3º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD83F4 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 131 244 -
CMYK 0.29 0.46 0 0.04
HSL 262.3º 0.84% 0.74% -
HSV(B) 262.3º 0.46% 0.96% -
XYZ 41.68 31.65 89.5 -
YUV 156.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 173 131 244 0.29 0.46 0 0.04 262.3 0.84 0.74
Hex AD 83 F4 1D 2E 0 4 106 54 4A
Octal 255 203 364 35 56 0 4 406 124 112
Binary 10101101 10000011 11110100 11101 101110 0 100 100000110 1010100 1001010

Color Harmonies of #AD83F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83F4

Black with #AD83F4

Text Example


Text Example

White with #AD83F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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