Html Css Color HEX #A68CCD Biloba Flower

📋 copy color: '#A68CCD'

red 166 ◦ green 140 ◦ blue 205

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

Shades of Biloba Flower #A68CCD

Tints of Biloba Flower #A68CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 32.49%
G = 27.4%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68CCD (or 0xA68CCD) is known color: Biloba Flower. HEX triplet: A6, 8C and CD. RGB value is (166,140,205). Sum of RGB (Red+Green+Blue) = 166+140+205=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCD is #597332. Grayscale: #9A9A9A. Windows color (decimal): -5862195 or 13470886. OLE color: 13470886.

HSL color Cylindrical-coordinate representation of color #A68CCD: hue angle of 264º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68CCD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 140 205 -
CMYK 0.19 0.32 0 0.20
HSL 264º 0.39% 0.68% -
HSV(B) 264º 0.32% 0.8% -
XYZ 36.12 31.27 61.89 -
YUV 155.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 166 140 205 0.19 0.32 0 0.20 264 0.39 0.68
Hex A6 8C CD 13 20 0 14 108 27 44
Octal 246 214 315 23 40 0 24 410 47 104
Binary 10100110 10001100 11001101 10011 100000 0 10100 100001000 100111 1000100

Color Harmonies of #A68CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CCD

Black with #A68CCD

Text Example


Text Example

White with #A68CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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