Html Css Color HEX #AD8FF2 Biloba Flower

📋 copy color: '#AD8FF2'

red 173 ◦ green 143 ◦ blue 242

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

Shades of Biloba Flower #AD8FF2

Tints of Biloba Flower #AD8FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.63%

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

R = 31%
G = 25.63%
B = 43.37%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD8FF2 (or 0xAD8FF2) is known color: Biloba Flower. HEX triplet: AD, 8F and F2. RGB value is (173,143,242). Sum of RGB (Red+Green+Blue) = 173+143+242=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD8FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF2 is #52700D. Grayscale: #A2A2A2. Windows color (decimal): -5402638 or 15896493. OLE color: 15896493.

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

Color convert

RGB 173 143 242 -
CMYK 0.29 0.41 0 0.05
HSL 258.18º 0.79% 0.75% -
HSV(B) 258.18º 0.41% 0.95% -
XYZ 43.08 34.94 88.48 -
YUV 163.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 173 143 242 0.29 0.41 0 0.05 258.18 0.79 0.75
Hex AD 8F F2 1D 29 0 5 102 4F 4B
Octal 255 217 362 35 51 0 5 402 117 113
Binary 10101101 10001111 11110010 11101 101001 0 101 100000010 1001111 1001011

Color Harmonies of #AD8FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FF2

Black with #AD8FF2

Text Example


Text Example

White with #AD8FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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