Html Css Color HEX #A68BE0 Biloba Flower

📋 copy color: '#A68BE0'

red 166 ◦ green 139 ◦ blue 224

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

Shades of Biloba Flower #A68BE0

Tints of Biloba Flower #A68BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 31.38%
G = 26.28%
B = 42.34%

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

#A68BE0 (or 0xA68BE0) is known color: Biloba Flower. HEX triplet: A6, 8B and E0. RGB value is (166,139,224). Sum of RGB (Red+Green+Blue) = 166+139+224=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #A68BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BE0 is #59741F. Grayscale: #9C9C9C. Windows color (decimal): -5862432 or 14715814. OLE color: 14715814.

HSL color Cylindrical-coordinate representation of color #A68BE0: hue angle of 259.06º degrees, saturation: 0.58, 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 #A68BE0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 139 224 -
CMYK 0.26 0.38 0 0.12
HSL 259.06º 0.58% 0.71% -
HSV(B) 259.06º 0.38% 0.88% -
XYZ 38.41 31.95 74.66 -
YUV 156.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 166 139 224 0.26 0.38 0 0.12 259.06 0.58 0.71
Hex A6 8B E0 1A 26 0 C 103 3A 47
Octal 246 213 340 32 46 0 14 403 72 107
Binary 10100110 10001011 11100000 11010 100110 0 1100 100000011 111010 1000111

Color Harmonies of #A68BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BE0

Black with #A68BE0

Text Example


Text Example

White with #A68BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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