Html Css Color HEX #A68BDA Biloba Flower

📋 copy color: '#A68BDA'

red 166 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A68BDA

Tints of Biloba Flower #A68BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

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

R = 31.74%
G = 26.58%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A68BDA (or 0xA68BDA) is known color: Biloba Flower. HEX triplet: A6, 8B and DA. RGB value is (166,139,218). Sum of RGB (Red+Green+Blue) = 166+139+218=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BDA is #597425. Grayscale: #9B9B9B. Windows color (decimal): -5862438 or 14322598. OLE color: 14322598.

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

Color convert

RGB 166 139 218 -
CMYK 0.24 0.36 0 0.15
HSL 260.51º 0.52% 0.7% -
HSV(B) 260.51º 0.36% 0.85% -
XYZ 37.61 31.63 70.45 -
YUV 156.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 166 139 218 0.24 0.36 0 0.15 260.51 0.52 0.7
Hex A6 8B DA 18 24 0 F 105 34 46
Octal 246 213 332 30 44 0 17 405 64 106
Binary 10100110 10001011 11011010 11000 100100 0 1111 100000101 110100 1000110

Color Harmonies of #A68BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BDA

Black with #A68BDA

Text Example


Text Example

White with #A68BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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