Html Css Color HEX #AF33BE Dark Orchid

📋 copy color: '#AF33BE'

red 175 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #AF33BE

Tints of Dark Orchid #AF33BE

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 42.07%
G = 12.26%
B = 45.67%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF33BE (or 0xAF33BE) is known color: Dark Orchid. HEX triplet: AF, 33 and BE. RGB value is (175,51,190). Sum of RGB (Red+Green+Blue) = 175+51+190=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF33BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33BE is #50CC41. Grayscale: #676767. Windows color (decimal): -5295170 or 12465071. OLE color: 12465071.

HSL color Cylindrical-coordinate representation of color #AF33BE: hue angle of 293.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF33BE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 51 190 -
CMYK 0.08 0.73 0 0.25
HSL 293.53º 0.58% 0.47% -
HSV(B) 293.53º 0.73% 0.75% -
XYZ 28.16 15.2 50.16 -
YUV 103.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 175 51 190 0.08 0.73 0 0.25 293.53 0.58 0.47
Hex AF 33 BE 8 49 0 19 126 3A 2F
Octal 257 63 276 10 111 0 31 446 72 57
Binary 10101111 110011 10111110 1000 1001001 0 11001 100100110 111010 101111

Color Harmonies of #AF33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33BE

Black with #AF33BE

Text Example


Text Example

White with #AF33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33BE; }

 p { color: rgb(175,51,190); }

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

background-color css

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

 a { background-color: rgb(175,51,190); }

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

border-color css

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

 span { border-color: rgb(175,51,190); }

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