Html Css Color HEX #A68CDA Biloba Flower

📋 copy color: '#A68CDA'

red 166 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A68CDA

Tints of Biloba Flower #A68CDA

RGB

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

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

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

R = 31.68%
G = 26.72%
B = 41.6%

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

#A68CDA (or 0xA68CDA) is known color: Biloba Flower. HEX triplet: A6, 8C and DA. RGB value is (166,140,218). Sum of RGB (Red+Green+Blue) = 166+140+218=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CDA is #597325. Grayscale: #9C9C9C. Windows color (decimal): -5862182 or 14322854. OLE color: 14322854.

HSL color Cylindrical-coordinate representation of color #A68CDA: hue angle of 260º degrees, saturation: 0.51, 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 #A68CDA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 140 218 -
CMYK 0.24 0.36 0 0.15
HSL 260º 0.51% 0.7% -
HSV(B) 260º 0.36% 0.85% -
XYZ 37.76 31.93 70.5 -
YUV 156.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 166 140 218 0.24 0.36 0 0.15 260 0.51 0.7
Hex A6 8C DA 18 24 0 F 104 33 46
Octal 246 214 332 30 44 0 17 404 63 106
Binary 10100110 10001100 11011010 11000 100100 0 1111 100000100 110011 1000110

Color Harmonies of #A68CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CDA

Black with #A68CDA

Text Example


Text Example

White with #A68CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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