Html Css Color HEX #A68DEE Biloba Flower

📋 copy color: '#A68DEE'

red 166 ◦ green 141 ◦ blue 238

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

Shades of Biloba Flower #A68DEE

Tints of Biloba Flower #A68DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 30.46%
G = 25.87%
B = 43.67%

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

#A68DEE (or 0xA68DEE) is known color: Biloba Flower. HEX triplet: A6, 8D and EE. RGB value is (166,141,238). Sum of RGB (Red+Green+Blue) = 166+141+238=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #A68DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DEE is #597211. Grayscale: #9F9F9F. Windows color (decimal): -5861906 or 15633830. OLE color: 15633830.

HSL color Cylindrical-coordinate representation of color #A68DEE: hue angle of 255.46º degrees, saturation: 0.74, 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 #A68DEE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 141 238 -
CMYK 0.30 0.41 0 0.07
HSL 255.46º 0.74% 0.74% -
HSV(B) 255.46º 0.41% 0.93% -
XYZ 40.68 33.33 85.18 -
YUV 159.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 166 141 238 0.30 0.41 0 0.07 255.46 0.74 0.74
Hex A6 8D EE 1E 29 0 7 FF 4A 4A
Octal 246 215 356 36 51 0 7 377 112 112
Binary 10100110 10001101 11101110 11110 101001 0 111 11111111 1001010 1001010

Color Harmonies of #A68DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DEE

Black with #A68DEE

Text Example


Text Example

White with #A68DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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