Html Css Color HEX #A68CCB Cold Purple

📋 copy color: '#A68CCB'

red 166 ◦ green 140 ◦ blue 203

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

Shades of Cold Purple #A68CCB

Tints of Cold Purple #A68CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 32.61%
G = 27.5%
B = 39.88%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68CCB (or 0xA68CCB) is known color: Cold Purple. HEX triplet: A6, 8C and CB. RGB value is (166,140,203). Sum of RGB (Red+Green+Blue) = 166+140+203=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A68CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCB is #597334. Grayscale: #9A9A9A. Windows color (decimal): -5862197 or 13339814. OLE color: 13339814.

HSL color Cylindrical-coordinate representation of color #A68CCB: hue angle of 264.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68CCB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 140 203 -
CMYK 0.18 0.31 0 0.20
HSL 264.76º 0.38% 0.67% -
HSV(B) 264.76º 0.31% 0.8% -
XYZ 35.88 31.17 60.63 -
YUV 154.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 166 140 203 0.18 0.31 0 0.20 264.76 0.38 0.67
Hex A6 8C CB 12 1F 0 14 109 26 43
Octal 246 214 313 22 37 0 24 411 46 103
Binary 10100110 10001100 11001011 10010 11111 0 10100 100001001 100110 1000011

Color Harmonies of #A68CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CCB

Black with #A68CCB

Text Example


Text Example

White with #A68CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CCB; }

 p { color: rgb(166,140,203); }

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

background-color css

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

 a { background-color: rgb(166,140,203); }

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

border-color css

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

 span { border-color: rgb(166,140,203); }

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