Html Css Color HEX #A693BF Cold Purple

📋 copy color: '#A693BF'

red 166 ◦ green 147 ◦ blue 191

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

Shades of Cold Purple #A693BF

Tints of Cold Purple #A693BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 32.94%
G = 29.17%
B = 37.9%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A693BF (or 0xA693BF) is known color: Cold Purple. HEX triplet: A6, 93 and BF. RGB value is (166,147,191). Sum of RGB (Red+Green+Blue) = 166+147+191=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A693BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BF is #596C40. Grayscale: #9D9D9D. Windows color (decimal): -5860417 or 12555174. OLE color: 12555174.

HSL color Cylindrical-coordinate representation of color #A693BF: hue angle of 265.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A693BF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 147 191 -
CMYK 0.13 0.23 0 0.25
HSL 265.91º 0.26% 0.66% -
HSV(B) 265.91º 0.23% 0.75% -
XYZ 35.56 32.74 53.73 -
YUV 157.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 166 147 191 0.13 0.23 0 0.25 265.91 0.26 0.66
Hex A6 93 BF D 17 0 19 10A 1A 42
Octal 246 223 277 15 27 0 31 412 32 102
Binary 10100110 10010011 10111111 1101 10111 0 11001 100001010 11010 1000010

Color Harmonies of #A693BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693BF

Black with #A693BF

Text Example


Text Example

White with #A693BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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