Html Css Color HEX #A68AE5 Biloba Flower

📋 copy color: '#A68AE5'

red 166 ◦ green 138 ◦ blue 229

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

Shades of Biloba Flower #A68AE5

Tints of Biloba Flower #A68AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.89%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 31.14%
G = 25.89%
B = 42.96%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A68AE5 (or 0xA68AE5) is known color: Biloba Flower. HEX triplet: A6, 8A and E5. RGB value is (166,138,229). Sum of RGB (Red+Green+Blue) = 166+138+229=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #A68AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AE5 is #59751A. Grayscale: #9C9C9C. Windows color (decimal): -5862683 or 15043238. OLE color: 15043238.

HSL color Cylindrical-coordinate representation of color #A68AE5: hue angle of 258.46º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68AE5 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 138 229 -
CMYK 0.28 0.40 0 0.10
HSL 258.46º 0.64% 0.72% -
HSV(B) 258.46º 0.4% 0.9% -
XYZ 38.96 31.94 78.24 -
YUV 156.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 166 138 229 0.28 0.40 0 0.10 258.46 0.64 0.72
Hex A6 8A E5 1C 28 0 A 102 40 48
Octal 246 212 345 34 50 0 12 402 100 110
Binary 10100110 10001010 11100101 11100 101000 0 1010 100000010 1000000 1001000

Color Harmonies of #A68AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AE5

Black with #A68AE5

Text Example


Text Example

White with #A68AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AE5; }

 p { color: rgb(166,138,229); }

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

background-color css

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

 a { background-color: rgb(166,138,229); }

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

border-color css

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

 span { border-color: rgb(166,138,229); }

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