Html Css Color HEX #A68FDC Biloba Flower

📋 copy color: '#A68FDC'

red 166 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #A68FDC

Tints of Biloba Flower #A68FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 31.38%
G = 27.03%
B = 41.59%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68FDC (or 0xA68FDC) is known color: Biloba Flower. HEX triplet: A6, 8F and DC. RGB value is (166,143,220). Sum of RGB (Red+Green+Blue) = 166+143+220=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A68FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FDC is #597023. Grayscale: #9E9E9E. Windows color (decimal): -5861412 or 14454694. OLE color: 14454694.

HSL color Cylindrical-coordinate representation of color #A68FDC: hue angle of 257.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68FDC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 143 220 -
CMYK 0.25 0.35 0 0.14
HSL 257.92º 0.52% 0.71% -
HSV(B) 257.92º 0.35% 0.86% -
XYZ 38.47 32.92 72.04 -
YUV 158.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 166 143 220 0.25 0.35 0 0.14 257.92 0.52 0.71
Hex A6 8F DC 19 23 0 E 102 34 47
Octal 246 217 334 31 43 0 16 402 64 107
Binary 10100110 10001111 11011100 11001 100011 0 1110 100000010 110100 1000111

Color Harmonies of #A68FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FDC

Black with #A68FDC

Text Example


Text Example

White with #A68FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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