Html Css Color HEX #A68FCB Biloba Flower

📋 copy color: '#A68FCB'

red 166 ◦ green 143 ◦ blue 203

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

Shades of Biloba Flower #A68FCB

Tints of Biloba Flower #A68FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 32.42%
G = 27.93%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68FCB (or 0xA68FCB) is known color: Biloba Flower. HEX triplet: A6, 8F and CB. RGB value is (166,143,203). Sum of RGB (Red+Green+Blue) = 166+143+203=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCB is #597034. Grayscale: #9C9C9C. Windows color (decimal): -5861429 or 13340582. OLE color: 13340582.

HSL color Cylindrical-coordinate representation of color #A68FCB: hue angle of 263º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68FCB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 143 203 -
CMYK 0.18 0.30 0 0.20
HSL 263º 0.37% 0.68% -
HSV(B) 263º 0.3% 0.8% -
XYZ 36.33 32.06 60.77 -
YUV 156.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 166 143 203 0.18 0.30 0 0.20 263 0.37 0.68
Hex A6 8F CB 12 1E 0 14 107 25 44
Octal 246 217 313 22 36 0 24 407 45 104
Binary 10100110 10001111 11001011 10010 11110 0 10100 100000111 100101 1000100

Color Harmonies of #A68FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FCB

Black with #A68FCB

Text Example


Text Example

White with #A68FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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