Html Css Color HEX #A68FDA Biloba Flower

📋 copy color: '#A68FDA'

red 166 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #A68FDA

Tints of Biloba Flower #A68FDA

RGB

 RED value IS 166 (65.23% from 255) = 31.5%

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 31.5%
G = 27.13%
B = 41.37%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A68FDA (or 0xA68FDA) is known color: Biloba Flower. HEX triplet: A6, 8F and DA. RGB value is (166,143,218). Sum of RGB (Red+Green+Blue) = 166+143+218=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDA is #597025. Grayscale: #9E9E9E. Windows color (decimal): -5861414 or 14323622. OLE color: 14323622.

HSL color Cylindrical-coordinate representation of color #A68FDA: hue angle of 258.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68FDA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 143 218 -
CMYK 0.24 0.34 0 0.15
HSL 258.4º 0.5% 0.71% -
HSV(B) 258.4º 0.34% 0.85% -
XYZ 38.2 32.81 70.65 -
YUV 158.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 166 143 218 0.24 0.34 0 0.15 258.4 0.5 0.71
Hex A6 8F DA 18 22 0 F 102 32 47
Octal 246 217 332 30 42 0 17 402 62 107
Binary 10100110 10001111 11011010 11000 100010 0 1111 100000010 110010 1000111

Color Harmonies of #A68FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FDA

Black with #A68FDA

Text Example


Text Example

White with #A68FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FDA; }

 p { color: rgb(166,143,218); }

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

background-color css

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

 a { background-color: rgb(166,143,218); }

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

border-color css

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

 span { border-color: rgb(166,143,218); }

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