Html Css Color HEX #A693BC Cold Purple

📋 copy color: '#A693BC'

red 166 ◦ green 147 ◦ blue 188

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

Shades of Cold Purple #A693BC

Tints of Cold Purple #A693BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 33.13%
G = 29.34%
B = 37.52%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A693BC (or 0xA693BC) is known color: Cold Purple. HEX triplet: A6, 93 and BC. RGB value is (166,147,188). Sum of RGB (Red+Green+Blue) = 166+147+188=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A693BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693BC is #596C43. Grayscale: #9D9D9D. Windows color (decimal): -5860420 or 12358566. OLE color: 12358566.

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

Color convert

RGB 166 147 188 -
CMYK 0.12 0.22 0 0.26
HSL 267.8º 0.23% 0.66% -
HSV(B) 267.8º 0.22% 0.74% -
XYZ 35.24 32.61 52.01 -
YUV 157.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 166 147 188 0.12 0.22 0 0.26 267.8 0.23 0.66
Hex A6 93 BC C 16 0 1A 10C 17 42
Octal 246 223 274 14 26 0 32 414 27 102
Binary 10100110 10010011 10111100 1100 10110 0 11010 100001100 10111 1000010

Color Harmonies of #A693BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693BC

Black with #A693BC

Text Example


Text Example

White with #A693BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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