Html Css Color HEX #A33ACF Dark Orchid

📋 copy color: '#A33ACF'

red 163 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #A33ACF

Tints of Dark Orchid #A33ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

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

R = 38.08%
G = 13.55%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A33ACF (or 0xA33ACF) is known color: Dark Orchid. HEX triplet: A3, 3A and CF. RGB value is (163,58,207). Sum of RGB (Red+Green+Blue) = 163+58+207=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A33ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACF is #5CC530. Grayscale: #696969. Windows color (decimal): -6079793 or 13580963. OLE color: 13580963.

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

Color convert

RGB 163 58 207 -
CMYK 0.21 0.72 0 0.19
HSL 282.28º 0.61% 0.52% -
HSV(B) 282.28º 0.72% 0.81% -
XYZ 27.88 15.32 60.52 -
YUV 106.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 163 58 207 0.21 0.72 0 0.19 282.28 0.61 0.52
Hex A3 3A CF 15 48 0 13 11A 3D 34
Octal 243 72 317 25 110 0 23 432 75 64
Binary 10100011 111010 11001111 10101 1001000 0 10011 100011010 111101 110100

Color Harmonies of #A33ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33ACF

Black with #A33ACF

Text Example


Text Example

White with #A33ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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