Html Css Color HEX #A02CBC Dark Orchid

📋 copy color: '#A02CBC'

red 160 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #A02CBC

Tints of Dark Orchid #A02CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 40.82%
G = 11.22%
B = 47.96%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A02CBC (or 0xA02CBC) is known color: Dark Orchid. HEX triplet: A0, 2C and BC. RGB value is (160,44,188). Sum of RGB (Red+Green+Blue) = 160+44+188=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A02CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CBC is #5FD343. Grayscale: #5E5E5E. Windows color (decimal): -6280004 or 12332192. OLE color: 12332192.

HSL color Cylindrical-coordinate representation of color #A02CBC: hue angle of 288.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02CBC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 44 188 -
CMYK 0.15 0.77 0 0.26
HSL 288.33º 0.62% 0.45% -
HSV(B) 288.33º 0.77% 0.74% -
XYZ 24.47 12.91 48.78 -
YUV 95.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 160 44 188 0.15 0.77 0 0.26 288.33 0.62 0.45
Hex A0 2C BC F 4D 0 1A 120 3E 2D
Octal 240 54 274 17 115 0 32 440 76 55
Binary 10100000 101100 10111100 1111 1001101 0 11010 100100000 111110 101101

Color Harmonies of #A02CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CBC

Black with #A02CBC

Text Example


Text Example

White with #A02CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CBC; }

 p { color: rgb(160,44,188); }

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

background-color css

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

 a { background-color: rgb(160,44,188); }

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

border-color css

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

 span { border-color: rgb(160,44,188); }

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