Html Css Color HEX #AD8CF2 Biloba Flower

📋 copy color: '#AD8CF2'

red 173 ◦ green 140 ◦ blue 242

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

Shades of Biloba Flower #AD8CF2

Tints of Biloba Flower #AD8CF2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.23%

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

R = 31.17%
G = 25.23%
B = 43.6%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8CF2 (or 0xAD8CF2) is known color: Biloba Flower. HEX triplet: AD, 8C and F2. RGB value is (173,140,242). Sum of RGB (Red+Green+Blue) = 173+140+242=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD8CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF2 is #52730D. Grayscale: #A1A1A1. Windows color (decimal): -5403406 or 15895725. OLE color: 15895725.

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

Color convert

RGB 173 140 242 -
CMYK 0.29 0.42 0 0.05
HSL 259.41º 0.8% 0.75% -
HSV(B) 259.41º 0.42% 0.95% -
XYZ 42.64 34.05 88.33 -
YUV 161.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 173 140 242 0.29 0.42 0 0.05 259.41 0.8 0.75
Hex AD 8C F2 1D 2A 0 5 103 50 4B
Octal 255 214 362 35 52 0 5 403 120 113
Binary 10101101 10001100 11110010 11101 101010 0 101 100000011 1010000 1001011

Color Harmonies of #AD8CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CF2

Black with #AD8CF2

Text Example


Text Example

White with #AD8CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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