Html Css Color HEX #A68BCA Cold Purple

📋 copy color: '#A68BCA'

red 166 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #A68BCA

Tints of Cold Purple #A68BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 32.74%
G = 27.42%
B = 39.84%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A68BCA (or 0xA68BCA) is known color: Cold Purple. HEX triplet: A6, 8B and CA. RGB value is (166,139,202). Sum of RGB (Red+Green+Blue) = 166+139+202=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A68BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BCA is #597435. Grayscale: #9A9A9A. Windows color (decimal): -5862454 or 13274022. OLE color: 13274022.

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

Color convert

RGB 166 139 202 -
CMYK 0.18 0.31 0 0.21
HSL 265.71º 0.37% 0.67% -
HSV(B) 265.71º 0.31% 0.79% -
XYZ 35.62 30.84 59.95 -
YUV 154.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 166 139 202 0.18 0.31 0 0.21 265.71 0.37 0.67
Hex A6 8B CA 12 1F 0 15 10A 25 43
Octal 246 213 312 22 37 0 25 412 45 103
Binary 10100110 10001011 11001010 10010 11111 0 10101 100001010 100101 1000011

Color Harmonies of #A68BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BCA

Black with #A68BCA

Text Example


Text Example

White with #A68BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BCA; }

 p { color: rgb(166,139,202); }

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

background-color css

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

 a { background-color: rgb(166,139,202); }

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

border-color css

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

 span { border-color: rgb(166,139,202); }

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