Html Css Color HEX #A433CF Dark Orchid

📋 copy color: '#A433CF'

red 164 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #A433CF

Tints of Dark Orchid #A433CF

RGB

 RED value IS 164 (64.45% from 255) = 38.86%

 GREEN value IS 51 (20.31% from 255) = 12.09%

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

R = 38.86%
G = 12.09%
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

#A433CF (or 0xA433CF) is known color: Dark Orchid. HEX triplet: A4, 33 and CF. RGB value is (164,51,207). Sum of RGB (Red+Green+Blue) = 164+51+207=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 51 (20.31% from 255 or 12.09% 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 #A433CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433CF is #5BCC30. Grayscale: #666666. Windows color (decimal): -6016049 or 13579172. OLE color: 13579172.

HSL color Cylindrical-coordinate representation of color #A433CF: hue angle of 283.46º 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 #A433CF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 51 207 -
CMYK 0.21 0.75 0 0.19
HSL 283.46º 0.62% 0.51% -
HSV(B) 283.46º 0.75% 0.81% -
XYZ 27.76 14.77 60.42 -
YUV 102.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 164 51 207 0.21 0.75 0 0.19 283.46 0.62 0.51
Hex A4 33 CF 15 4B 0 13 11B 3E 33
Octal 244 63 317 25 113 0 23 433 76 63
Binary 10100100 110011 11001111 10101 1001011 0 10011 100011011 111110 110011

Color Harmonies of #A433CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433CF

Black with #A433CF

Text Example


Text Example

White with #A433CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433CF; }

 p { color: rgb(164,51,207); }

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

background-color css

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

 a { background-color: rgb(164,51,207); }

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

border-color css

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

 span { border-color: rgb(164,51,207); }

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