Html Css Color HEX #A693C2 Cold Purple

📋 copy color: '#A693C2'

red 166 ◦ green 147 ◦ blue 194

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

Shades of Cold Purple #A693C2

Tints of Cold Purple #A693C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 32.74%
G = 28.99%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A693C2 (or 0xA693C2) is known color: Cold Purple. HEX triplet: A6, 93 and C2. RGB value is (166,147,194). Sum of RGB (Red+Green+Blue) = 166+147+194=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #A693C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693C2 is #596C3D. Grayscale: #9D9D9D. Windows color (decimal): -5860414 or 12751782. OLE color: 12751782.

HSL color Cylindrical-coordinate representation of color #A693C2: hue angle of 264.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A693C2 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 147 194 -
CMYK 0.14 0.24 0 0.24
HSL 264.26º 0.28% 0.67% -
HSV(B) 264.26º 0.24% 0.76% -
XYZ 35.9 32.87 55.49 -
YUV 158.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 166 147 194 0.14 0.24 0 0.24 264.26 0.28 0.67
Hex A6 93 C2 E 18 0 18 108 1C 43
Octal 246 223 302 16 30 0 30 410 34 103
Binary 10100110 10010011 11000010 1110 11000 0 11000 100001000 11100 1000011

Color Harmonies of #A693C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693C2

Black with #A693C2

Text Example


Text Example

White with #A693C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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