Html Css Color HEX #A68BC4 Cold Purple

📋 copy color: '#A68BC4'

red 166 ◦ green 139 ◦ blue 196

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

Shades of Cold Purple #A68BC4

Tints of Cold Purple #A68BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.12%

R = 33.13%
G = 27.74%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A68BC4 (or 0xA68BC4) is known color: Cold Purple. HEX triplet: A6, 8B and C4. RGB value is (166,139,196). Sum of RGB (Red+Green+Blue) = 166+139+196=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #A68BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BC4 is #59743B. Grayscale: #999999. Windows color (decimal): -5862460 or 12880806. OLE color: 12880806.

HSL color Cylindrical-coordinate representation of color #A68BC4: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68BC4 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 139 196 -
CMYK 0.15 0.29 0 0.23
HSL 268.42º 0.33% 0.66% -
HSV(B) 268.42º 0.29% 0.77% -
XYZ 34.92 30.56 56.28 -
YUV 153.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 166 139 196 0.15 0.29 0 0.23 268.42 0.33 0.66
Hex A6 8B C4 F 1D 0 17 10C 21 42
Octal 246 213 304 17 35 0 27 414 41 102
Binary 10100110 10001011 11000100 1111 11101 0 10111 100001100 100001 1000010

Color Harmonies of #A68BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BC4

Black with #A68BC4

Text Example


Text Example

White with #A68BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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