Html Css Color HEX #A334CF Dark Orchid

📋 copy color: '#A334CF'

red 163 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A334CF

Tints of Dark Orchid #A334CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.32%

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

R = 38.63%
G = 12.32%
B = 49.05%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A334CF (or 0xA334CF) is known color: Dark Orchid. HEX triplet: A3, 34 and CF. RGB value is (163,52,207). Sum of RGB (Red+Green+Blue) = 163+52+207=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A334CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334CF is #5CCB30. Grayscale: #666666. Windows color (decimal): -6081329 or 13579427. OLE color: 13579427.

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

Color convert

RGB 163 52 207 -
CMYK 0.21 0.75 0 0.19
HSL 282.97º 0.62% 0.51% -
HSV(B) 282.97º 0.75% 0.81% -
XYZ 27.59 14.75 60.42 -
YUV 102.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 163 52 207 0.21 0.75 0 0.19 282.97 0.62 0.51
Hex A3 34 CF 15 4B 0 13 11B 3E 33
Octal 243 64 317 25 113 0 23 433 76 63
Binary 10100011 110100 11001111 10101 1001011 0 10011 100011011 111110 110011

Color Harmonies of #A334CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334CF

Black with #A334CF

Text Example


Text Example

White with #A334CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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