Html Css Color HEX #A08BCF Cold Purple

📋 copy color: '#A08BCF'

red 160 ◦ green 139 ◦ blue 207

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

Shades of Cold Purple #A08BCF

Tints of Cold Purple #A08BCF

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 31.62%
G = 27.47%
B = 40.91%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A08BCF (or 0xA08BCF) is known color: Cold Purple. HEX triplet: A0, 8B and CF. RGB value is (160,139,207). Sum of RGB (Red+Green+Blue) = 160+139+207=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A08BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCF is #5F7430. Grayscale: #989898. Windows color (decimal): -6255665 or 13601696. OLE color: 13601696.

HSL color Cylindrical-coordinate representation of color #A08BCF: hue angle of 258.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08BCF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 139 207 -
CMYK 0.23 0.33 0 0.19
HSL 258.53º 0.41% 0.68% -
HSV(B) 258.53º 0.33% 0.81% -
XYZ 34.99 30.44 63.06 -
YUV 153.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 160 139 207 0.23 0.33 0 0.19 258.53 0.41 0.68
Hex A0 8B CF 17 21 0 13 103 29 44
Octal 240 213 317 27 41 0 23 403 51 104
Binary 10100000 10001011 11001111 10111 100001 0 10011 100000011 101001 1000100

Color Harmonies of #A08BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BCF

Black with #A08BCF

Text Example


Text Example

White with #A08BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BCF; }

 p { color: rgb(160,139,207); }

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

background-color css

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

 a { background-color: rgb(160,139,207); }

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

border-color css

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

 span { border-color: rgb(160,139,207); }

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