Html Css Color HEX #A68BE1 Biloba Flower

📋 copy color: '#A68BE1'

red 166 ◦ green 139 ◦ blue 225

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

Shades of Biloba Flower #A68BE1

Tints of Biloba Flower #A68BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 31.32%
G = 26.23%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A68BE1 (or 0xA68BE1) is known color: Biloba Flower. HEX triplet: A6, 8B and E1. RGB value is (166,139,225). Sum of RGB (Red+Green+Blue) = 166+139+225=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #A68BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BE1 is #59741E. Grayscale: #9C9C9C. Windows color (decimal): -5862431 or 14781350. OLE color: 14781350.

HSL color Cylindrical-coordinate representation of color #A68BE1: hue angle of 258.84º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68BE1 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 139 225 -
CMYK 0.26 0.38 0 0.12
HSL 258.84º 0.59% 0.71% -
HSV(B) 258.84º 0.38% 0.88% -
XYZ 38.55 32.01 75.38 -
YUV 156.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 166 139 225 0.26 0.38 0 0.12 258.84 0.59 0.71
Hex A6 8B E1 1A 26 0 C 103 3B 47
Octal 246 213 341 32 46 0 14 403 73 107
Binary 10100110 10001011 11100001 11010 100110 0 1100 100000011 111011 1000111

Color Harmonies of #A68BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BE1

Black with #A68BE1

Text Example


Text Example

White with #A68BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BE1; }

 p { color: rgb(166,139,225); }

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

background-color css

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

 a { background-color: rgb(166,139,225); }

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

border-color css

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

 span { border-color: rgb(166,139,225); }

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