Html Css Color HEX #A68DEA Biloba Flower

📋 copy color: '#A68DEA'

red 166 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A68DEA

Tints of Biloba Flower #A68DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 30.68%
G = 26.06%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A68DEA (or 0xA68DEA) is known color: Biloba Flower. HEX triplet: A6, 8D and EA. RGB value is (166,141,234). Sum of RGB (Red+Green+Blue) = 166+141+234=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A68DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DEA is #597215. Grayscale: #9E9E9E. Windows color (decimal): -5861910 or 15371686. OLE color: 15371686.

HSL color Cylindrical-coordinate representation of color #A68DEA: hue angle of 256.13º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68DEA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 141 234 -
CMYK 0.29 0.40 0 0.08
HSL 256.13º 0.69% 0.74% -
HSV(B) 256.13º 0.4% 0.92% -
XYZ 40.1 33.1 82.12 -
YUV 159.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 166 141 234 0.29 0.40 0 0.08 256.13 0.69 0.74
Hex A6 8D EA 1D 28 0 8 100 45 4A
Octal 246 215 352 35 50 0 10 400 105 112
Binary 10100110 10001101 11101010 11101 101000 0 1000 100000000 1000101 1001010

Color Harmonies of #A68DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DEA

Black with #A68DEA

Text Example


Text Example

White with #A68DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DEA; }

 p { color: rgb(166,141,234); }

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

background-color css

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

 a { background-color: rgb(166,141,234); }

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

border-color css

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

 span { border-color: rgb(166,141,234); }

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