Html Css Color HEX #A68CED Biloba Flower

📋 copy color: '#A68CED'

red 166 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #A68CED

Tints of Biloba Flower #A68CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 30.57%
G = 25.78%
B = 43.65%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A68CED (or 0xA68CED) is known color: Biloba Flower. HEX triplet: A6, 8C and ED. RGB value is (166,140,237). Sum of RGB (Red+Green+Blue) = 166+140+237=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CED is #597312. Grayscale: #9E9E9E. Windows color (decimal): -5862163 or 15568038. OLE color: 15568038.

HSL color Cylindrical-coordinate representation of color #A68CED: hue angle of 256.08º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68CED is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 140 237 -
CMYK 0.30 0.41 0 0.07
HSL 256.08º 0.73% 0.74% -
HSV(B) 256.08º 0.41% 0.93% -
XYZ 40.39 32.98 84.36 -
YUV 158.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 166 140 237 0.30 0.41 0 0.07 256.08 0.73 0.74
Hex A6 8C ED 1E 29 0 7 100 49 4A
Octal 246 214 355 36 51 0 7 400 111 112
Binary 10100110 10001100 11101101 11110 101001 0 111 100000000 1001001 1001010

Color Harmonies of #A68CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CED

Black with #A68CED

Text Example


Text Example

White with #A68CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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