Html Css Color HEX #A693DA Biloba Flower

📋 copy color: '#A693DA'

red 166 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A693DA

Tints of Biloba Flower #A693DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 31.26%
G = 27.68%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A693DA (or 0xA693DA) is known color: Biloba Flower. HEX triplet: A6, 93 and DA. RGB value is (166,147,218). Sum of RGB (Red+Green+Blue) = 166+147+218=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A693DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693DA is #596C25. Grayscale: #A0A0A0. Windows color (decimal): -5860390 or 14324646. OLE color: 14324646.

HSL color Cylindrical-coordinate representation of color #A693DA: hue angle of 256.06º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A693DA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 147 218 -
CMYK 0.24 0.33 0 0.15
HSL 256.06º 0.49% 0.72% -
HSV(B) 256.06º 0.33% 0.85% -
XYZ 38.81 34.04 70.85 -
YUV 160.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 166 147 218 0.24 0.33 0 0.15 256.06 0.49 0.72
Hex A6 93 DA 18 21 0 F 100 31 48
Octal 246 223 332 30 41 0 17 400 61 110
Binary 10100110 10010011 11011010 11000 100001 0 1111 100000000 110001 1001000

Color Harmonies of #A693DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693DA

Black with #A693DA

Text Example


Text Example

White with #A693DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693DA; }

 p { color: rgb(166,147,218); }

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

background-color css

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

 a { background-color: rgb(166,147,218); }

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

border-color css

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

 span { border-color: rgb(166,147,218); }

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