Html Css Color HEX #A33CCF Dark Orchid

📋 copy color: '#A33CCF'

red 163 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #A33CCF

Tints of Dark Orchid #A33CCF

RGB

 RED value IS 163 (64.06% from 255) = 37.91%

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 37.91%
G = 13.95%
B = 48.14%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A33CCF (or 0xA33CCF) is known color: Dark Orchid. HEX triplet: A3, 3C and CF. RGB value is (163,60,207). Sum of RGB (Red+Green+Blue) = 163+60+207=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CCF is #5CC330. Grayscale: #6B6B6B. Windows color (decimal): -6079281 or 13581475. OLE color: 13581475.

HSL color Cylindrical-coordinate representation of color #A33CCF: hue angle of 282.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33CCF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 60 207 -
CMYK 0.21 0.71 0 0.19
HSL 282.04º 0.6% 0.52% -
HSV(B) 282.04º 0.71% 0.81% -
XYZ 27.98 15.52 60.55 -
YUV 107.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 163 60 207 0.21 0.71 0 0.19 282.04 0.6 0.52
Hex A3 3C CF 15 47 0 13 11A 3C 34
Octal 243 74 317 25 107 0 23 432 74 64
Binary 10100011 111100 11001111 10101 1000111 0 10011 100011010 111100 110100

Color Harmonies of #A33CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CCF

Black with #A33CCF

Text Example


Text Example

White with #A33CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CCF; }

 p { color: rgb(163,60,207); }

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

background-color css

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

 a { background-color: rgb(163,60,207); }

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

border-color css

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

 span { border-color: rgb(163,60,207); }

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